4.1 For each of the following, create and initialize a parameterized instance, add two elements to the instance, and then print out the instance:
a. an ArrayList object, scoreList, of Integer objects;
b. a LinkedList object, salaryList, of Double objects;
 
 
View Solution
 
 
 
  Next >>